Update GitHub action dependencies (#848)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-01-03 10:09:02 +01:00 committed by GitHub
parent ca8d13c5c4
commit d2c04ecc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ runs:
steps: steps:
- name: Setup python - name: Setup python
uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9 # v4.3.1 uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4.0
with: with:
python-version: "3.10" python-version: "3.10"

View File

@ -21,7 +21,7 @@ runs:
terraform_wrapper: false terraform_wrapper: false
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3.3.1 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.4"

View File

@ -52,7 +52,7 @@ runs:
- name: Publish test results - name: Publish test results
if: ${{ !env.ACT }} if: ${{ !env.ACT }}
uses: mikepenz/action-junit-report@d507ab47ffeb036bd3671233143d8026470aa955 # v3.6.2 uses: mikepenz/action-junit-report@c06eeb43cf77da3d290b179c834b2d8725177971 # v3.7.0
with: with:
report_paths: "**/junit_01.xml" report_paths: "**/junit_01.xml"
fail_on_failure: true fail_on_failure: true

View File

@ -107,7 +107,7 @@ runs:
- name: Download the bootstrapper from cache - name: Download the bootstrapper from cache
id: download-bootstrapper-cache id: download-bootstrapper-cache
if: inputs.isDebugImage == 'true' && runner.os == 'macOS' if: inputs.isDebugImage == 'true' && runner.os == 'macOS'
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11 uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
with: with:
key: bootstrapper-${{ github.sha }} key: bootstrapper-${{ github.sha }}
path: "build/bootstrapper" path: "build/bootstrapper"

View File

@ -14,10 +14,10 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
id: checkout id: checkout
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
- name: Azure login OIDC - name: Azure login OIDC
uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6 uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
with: with:
client-id: ${{ secrets.AZURE_E2E_MINI_CLIENT_ID }} client-id: ${{ secrets.AZURE_E2E_MINI_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}

View File

@ -86,7 +86,7 @@ jobs:
- name: Upload bootstrapper to cache - name: Upload bootstrapper to cache
if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}} if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}}
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11 uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
with: with:
key: bootstrapper-${{ github.sha }} key: bootstrapper-${{ github.sha }}
path: "build/bootstrapper" path: "build/bootstrapper"