Skip to content

Commit 3391215

Browse files
ci(deps): update github actions
1 parent 8f05b1a commit 3391215

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
needs: find-changes
9595
if: needs.find-changes.outputs.workflow == 'true'
9696
container:
97-
image: rhysd/actionlint:1.7.1@sha256:435ecdb63b1169e80ca3e136290072548c07fc4d76a044cf5541021712f8f344
97+
image: rhysd/actionlint:1.7.2@sha256:89d3f90f82781dee3c8724651129634b08cf2241bbd67fcd02a1c5198119fc5e
9898
options: --cpus 1 --user root
9999
steps:
100100
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

.github/workflows/maven_build_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1313
- name: Set up JDK 11
14-
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
14+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
1515
with:
1616
java-version: '11'
1717
distribution: 'temurin'

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Validate PR title
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
19+
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
2020
id: app-token
2121
with:
2222
app-id: ${{ vars.GET_TOKEN_APP_ID }}

.github/workflows/release-dry-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up JDK 11
21-
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
21+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
2222
with:
2323
java-version: '11'
2424
distribution: 'temurin'
2525
cache: maven
2626

2727
- name: Setup Node.js
28-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
28+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
2929
with:
3030
node-version: "lts/*"
3131

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up JDK 11
21-
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
21+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
2222
with:
2323
java-version: '11'
2424
distribution: 'temurin'
2525
cache: maven
2626

2727
- name: Setup Node.js
28-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
28+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
2929
with:
3030
node-version: "lts/*"
3131

0 commit comments

Comments
 (0)