Skip to content

Commit 3ac520c

Browse files
committed
chore(deps): Update dependencies for github
1 parent c5b3ea7 commit 3ac520c

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
java: [8, 11, 17, 21]
4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
46+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4747
with:
4848
ref: ${{ github.event.pull_request.head.sha }}
4949
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -87,7 +87,7 @@ jobs:
8787
- name: Support longpaths
8888
run: git config --system core.longpaths true
8989
- name: Checkout code
90-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
90+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9191
with:
9292
ref: ${{ github.event.pull_request.head.sha }}
9393
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -126,7 +126,7 @@ jobs:
126126
java: [8, 11, 17, 21]
127127
steps:
128128
- name: Checkout code
129-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
129+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
130130
with:
131131
ref: ${{ github.event.pull_request.head.sha }}
132132
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -144,7 +144,7 @@ jobs:
144144
runs-on: ubuntu-latest
145145
steps:
146146
- name: Checkout code
147-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
147+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
148148
with:
149149
ref: ${{ github.event.pull_request.head.sha }}
150150
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -164,7 +164,7 @@ jobs:
164164
runs-on: ubuntu-latest
165165
steps:
166166
- name: Checkout code
167-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
167+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
168168
with:
169169
ref: ${{ github.event.pull_request.head.sha }}
170170
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -191,13 +191,13 @@ jobs:
191191
issues: write
192192
steps:
193193
- name: Checkout code
194-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
194+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
195195
with:
196196
ref: ${{ github.event.pull_request.head.sha }}
197197
repository: ${{ github.event.pull_request.head.repo.full_name }}
198198

199199
- name: Set up GraalVM
200-
uses: graalvm/setup-graalvm@eec48106e0bf45f2976c2ff0c3e22395cced8243 # v1.4.2
200+
uses: graalvm/setup-graalvm@dec5790292b7b36d7ad368abe856887749c6c520 # v1.4.3
201201
with:
202202
java-version: "21"
203203
distribution: "graalvm-community"
@@ -258,7 +258,7 @@ jobs:
258258
pull-requests: write
259259
steps:
260260
- name: Checkout code
261-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
261+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
262262
with:
263263
ref: ${{ github.event.pull_request.head.sha }}
264264
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,24 @@ jobs:
4949

5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5353
with:
5454
ref: ${{ github.event.pull_request.head.sha }}
5555
repository: ${{ github.event.pull_request.head.repo.full_name }}
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
59+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
6060
with:
6161
languages: ${{ matrix.language }}
6262

6363

6464
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6565
# If this step fails, then you should remove it and run the build manually
6666
- name: Autobuild
67-
uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
67+
uses: github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
70+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
7171
with:
7272
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: "Checkout code"
38-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3939
with:
4040
persist-credentials: false
4141

@@ -65,6 +65,6 @@ jobs:
6565

6666
# Upload the results to GitHub's code scanning dashboard.
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
68+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
6969
with:
7070
sarif_file: resultsFiltered.sarif

0 commit comments

Comments
 (0)