Skip to content

Commit 81c3683

Browse files
Update GitHub actions (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 66c0884 commit 81c3683

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

.github/workflows/pr-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
actions: write # Required for deleting caches and artifacts
1212
steps:
13-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
13+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
with:
1515
sparse-checkout: pr_cleanup
1616
- uses: ./pr_cleanup

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
pre-commit:
77
runs-on: github-ubuntu-latest-s
88
steps:
9-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
9+
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
1010
with:
1111
version: 2025.7.12
1212
- uses: SonarSource/gh-action_pre-commit@0ecedc4e4070444a95f6b6714ddc3ebcdde697c4 # 1.1.0

.github/workflows/test-build-number.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
outputs:
1919
BUILD_NUMBER: ${{ steps.get_build_number.outputs.BUILD_NUMBER }}
2020
steps:
21-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
21+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
with:
2323
sparse-checkout: get-build-number
2424
- uses: ./get-build-number
@@ -48,7 +48,7 @@ jobs:
4848
id-token: write
4949
contents: read
5050
steps:
51-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
51+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5252
with:
5353
sparse-checkout: get-build-number
5454
- uses: ./get-build-number
@@ -68,7 +68,7 @@ jobs:
6868
id-token: write
6969
contents: read
7070
steps:
71-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
71+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7272
with:
7373
sparse-checkout: get-build-number
7474
- uses: ./get-build-number
@@ -91,7 +91,7 @@ jobs:
9191
env:
9292
BUILD_NUMBER: ${{ needs.test-build-number-generation.outputs.BUILD_NUMBER }}
9393
steps:
94-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
94+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9595
with:
9696
sparse-checkout: get-build-number
9797
- uses: ./get-build-number

.github/workflows/test-pr-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test-resources:
99
runs-on: github-ubuntu-latest-s
1010
steps:
11-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
11+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1212
# Create test file and directory for cache
1313
- name: Create test file for cache
1414
run: |
@@ -34,7 +34,7 @@ jobs:
3434
permissions:
3535
actions: write # Required for cache/artifact operations
3636
steps:
37-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
37+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838
- name: Run PR cleanup
3939
uses: ./pr_cleanup
4040

.github/workflows/test-shell-scripts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
id-token: write
1717
contents: read
1818
steps:
19-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
20-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
19+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
2121
with:
2222
version: 2025.7.12
2323
- name: Run ShellSpec tests

build-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
mkdir ".actions"
7474
ln -s "${{github.action_path}}/../config-npm" .actions/config-npm
7575
76-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
76+
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
7777
with:
7878
version: 2025.7.12
7979

build-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
path: ${{ github.workspace }}/${{ inputs.poetry-cache-dir }}
7171
key: poetry-${{ runner.os }}-${{ hashFiles('poetry.lock') }}
7272
restore-keys: poetry-${{ runner.os }}-
73-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
73+
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
7474
with:
7575
version: 2025.7.12
7676
- name: Vault

build-yarn/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
cp ${GITHUB_ACTION_PATH}/mise.local.toml mise.local.toml
6767
- uses: SonarSource/ci-github-actions/get-build-number@v1
6868
id: get_build_number
69-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
69+
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
7070
with:
7171
version: 2025.7.12
7272

config-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
run: |
4444
echo "ARTIFACTORY_READER_ROLE=${ARTIFACTORY_READER_ROLE}" >> "$GITHUB_ENV"
4545
cp ${GITHUB_ACTION_PATH}/mise.local.toml mise.local.toml
46-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
46+
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
4747
with:
4848
version: 2025.7.12
4949

promote/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
secrets: |
3131
development/artifactory/token/{REPO_OWNER_NAME_DASH}-promoter access_token | ARTIFACTORY_PROMOTE_ACCESS_TOKEN;
3232
development/github/token/{REPO_OWNER_NAME_DASH}-promotion token | GITHUB_TOKEN;
33-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
33+
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
3434
with:
3535
version: 2025.7.12
3636
- name: Promote artifacts

0 commit comments

Comments
 (0)