Skip to content

Commit e40b0e7

Browse files
chore(deps): update github actions (#318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d67124a commit e40b0e7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
4444

4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
46+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
4747
with:
4848
languages: ${{ matrix.language }}
4949
# using "linked" helps to keep up with the latest Kotlin support
@@ -58,6 +58,6 @@ jobs:
5858
run: ./gradlew assemble --no-build-cache --no-daemon
5959

6060
- name: Perform CodeQL analysis
61-
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
61+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
6262
with:
6363
category: "/language:${{matrix.language}}"

.github/workflows/issue-management-stale-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Action #1: Handle issues/PRs awaiting author feedback
2121
# - After 7 days inactive: Adds "stale" label + warning comment
2222
# - After 7 more days inactive: Closes
23-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
23+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
2424
with:
2525
only-labels: "needs author feedback"
2626
days-before-stale: 7
@@ -38,7 +38,7 @@ jobs:
3838
# - Targets: Issues with "enhancement" label (but NOT "needs author feedback")
3939
# - After 365 days inactive: Adds "stale" label + closes immediately (no warning period)
4040
# - Skips: Issues with "needs author feedback" to avoid conflicts with Action #1
41-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
41+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
4242
with:
4343
only-labels: "enhancement"
4444
# Skip issues that need author feedback (handled by the first action with 7+7 day policy)
@@ -55,7 +55,7 @@ jobs:
5555
# Action #3: Handle stale PRs
5656
# - After 180 days inactive: Adds "stale" label + warning comment
5757
# - After 14 more days inactive: Closes
58-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
58+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
5959
with:
6060
days-before-issue-stale: -1
6161
days-before-issue-close: -1

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727

28-
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
28+
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2929
with:
3030
results_file: results.sarif
3131
results_format: sarif
@@ -44,6 +44,6 @@ jobs:
4444
# Upload the results to GitHub's code scanning dashboard (optional).
4545
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4646
- name: "Upload to code-scanning"
47-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
47+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
4848
with:
4949
sarif_file: results.sarif

.github/workflows/reusable-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414

1515
- name: Setup mise
16-
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
16+
uses: jdx/mise-action@156251fcc627ac4e26cb0f93dd47d1d4979abf24 # v3.3.0
1717

1818
- name: Run link check
1919
run: mise run link-check

0 commit comments

Comments
 (0)