Skip to content

Commit 9e6cc7f

Browse files
committed
Update github-actions
1 parent c2c761e commit 9e6cc7f

32 files changed

Lines changed: 63 additions & 63 deletions

.github/actions/build-base-image/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
4848

4949
- name: Cache BASE image
50-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # ratchet:actions/cache@v5.0.3
50+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
5151
if: inputs.TYPE == '64-bit' || inputs.TYPE == 'clang'
5252
with:
5353
path: otp_docker_base.tar
@@ -70,7 +70,7 @@ runs:
7070
- name: Cache pre-built src
7171
id: cache-src
7272
if: inputs.BUILD_IMAGE == 'true'
73-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # ratchet:actions/cache@v5.0.3
73+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
7474
with:
7575
path: otp_src.tar.gz
7676
key: prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
@@ -84,7 +84,7 @@ runs:
8484
- name: Cache pre-built binaries
8585
id: cache-binary
8686
if: inputs.BUILD_IMAGE == 'true' && steps.cache-src.outputs.cache-hit == 'true'
87-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # ratchet:actions/cache@v5.0.3
87+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
8888
with:
8989
path: otp_cache.tar.gz
9090
key: prebuilt-cache-${{ inputs.TYPE }}-${{ github.ref_name }}-${{ github.sha }}

.github/actions/ossf-compiler-flags-scanner/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ inputs:
2828
runs:
2929
using: composite
3030
steps:
31-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
31+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
3232
with:
3333
repository: ossf/wg-best-practices-os-developers
3434
sparse-checkout: docs/Compiler-Hardening-Guides/compiler-options-scraper

.github/workflows/github-actions-checker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: 'ubuntu-latest'
3838
name: 'ratchet'
3939
steps:
40-
- uses: 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' # ratchet:actions/checkout@v6.0.2
40+
- uses: 'actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803' # v6.1.0
4141
with:
4242
persist-credentials: false
4343
- id: files
@@ -46,6 +46,6 @@ jobs:
4646
echo "${FILES}"
4747
echo "files=${FILES}" >> $GITHUB_OUTPUT
4848
49-
- uses: 'docker://ghcr.io/sethvargo/ratchet:latest@sha256:527e78e6d29a9ac306e843cf766afe0604a0b35633f16913d85dd522218e8ca1' # ratchet:docker://ghcr.io/sethvargo/ratchet:latest
49+
- uses: 'docker://ghcr.io/sethvargo/ratchet:latest@sha256:ba6a286f8a53899714d17f89f45134678577431ca483b8000b5dba9267eee36c' # ratchet:docker://ghcr.io/sethvargo/ratchet:latest
5050
with:
5151
args: 'check ${{ steps.files.outputs.files }}'

.github/workflows/license-scanner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
run-scan:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
38+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
3939
with:
4040
fetch-depth: '0'
4141
persist-credentials: false
42-
- uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # ratchet:erlef/setup-beam@v1.20.4
42+
- uses: erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.24.1
4343
with:
4444
otp-version: '27'
4545

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,11 +316,11 @@ jobs:
316316
security-events: write
317317
steps:
318318
- name: Checkout repository
319-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
319+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
320320
with:
321321
persist-credentials: false
322322
- name: Run zizmor
323-
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # ratchet:zizmorcore/zizmor-action@v0.5.2
323+
uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2
324324

325325
# This job checks that the most important jobs are successful.
326326
# the use of conditionals, e.g., `if:` at the job level makes

.github/workflows/openvex-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
pull-requests: write # use inside the otp-compliance.es
4242
if: github.repository == 'erlang/otp'
4343
steps:
44-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
44+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
4545
with:
4646
ref: 'master' # '' = default branch
4747
persist-credentials: false
4848

49-
- uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # ratchet:erlef/setup-beam@v1.20.4
49+
- uses: erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.24.1
5050
with:
5151
otp-version: '28'
5252

5353
- uses: openvex/setup-vexctl@e85ca48f3c8a376289f6476129d59cda82147e71 # ratchet:openvex/setup-vexctl@v0.1.1
5454
with:
5555
vexctl-release: '0.3.0'
5656

57-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # ratchet:actions/create-github-app-token@v2.2.1
57+
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
5858
id: app-token
5959
with:
6060
# required

.github/workflows/ossf-compiler-flags-scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Only need to read contents
4545
contents: read
4646
steps:
47-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
47+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
4848
with:
4949
persist-credentials: false
5050
- name: Create initial pre-release tar

.github/workflows/osv-scanner-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
outputs:
4242
versions: ${{ steps.get-versions.outputs.versions }}
4343
steps:
44-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
44+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
4545
with:
4646
persist-credentials: false
4747
- id: get-versions

.github/workflows/pr-comment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
outputs:
5050
result: ${{ steps.pr-number.outputs.result }}
5151
steps:
52-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
52+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
5353
with:
5454
persist-credentials: false
55-
- uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # ratchet:erlef/setup-beam@v1.20.4
55+
- uses: erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.24.1
5656
with:
5757
otp-version: '27'
5858
- name: Fetch PR number
@@ -72,7 +72,7 @@ jobs:
7272
pull-requests: write
7373
if: github.event.action == 'requested' && needs.pr-number.outputs.result != ''
7474
steps:
75-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
75+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
7676
with:
7777
persist-credentials: false
7878
## We create an initial comment with some useful help to the user
@@ -99,7 +99,7 @@ jobs:
9999
needs.pr-number.outputs.result != '' &&
100100
github.event.workflow_run.conclusion != 'skipped'
101101
steps:
102-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
102+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
103103
with:
104104
persist-credentials: false
105105
- name: Download and Extract Artifacts
@@ -128,7 +128,7 @@ jobs:
128128
fi
129129
130130
- name: Publish CT Test Results
131-
uses: EnricoMi/publish-unit-test-result-action@27d65e188ec43221b20d26de30f4892fad91df2f # ratchet:EnricoMi/publish-unit-test-result-action@v2.22.0
131+
uses: EnricoMi/publish-unit-test-result-action@d0a4676d0e0b938bc201470d88276b7c74c712b3 # v2.24.0
132132
if: steps.extract.outputs.HAS_TEST_ARTIFACTS == 'true'
133133
with:
134134
commit: ${{ github.event.workflow_run.head_sha }}

.github/workflows/renovate-vendored-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contains(github.event.pull_request.title, 'update dependency') &&
4040
github.actor == 'renovate-bot'
4141
steps:
42-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6.0.2
42+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
4343
# zizmor: ignore[artipacked]
4444
# git push in renovate-vendored-deps.sh needs credentials
4545
with:

0 commit comments

Comments
 (0)