Skip to content

Commit 826d2a3

Browse files
dev: update github actions to latest versions
1 parent fb28d6f commit 826d2a3

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/megalinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
# MegaLinter Configuration
4949
- name: MegaLinter Run
50-
uses: oxsecurity/megalinter/flavors/java@v8
50+
uses: oxsecurity/megalinter/flavors/java@v9
5151
id: ml
5252
env:
5353

.github/workflows/quality-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: DeLaGuardo/[email protected]
2323
with:
2424
cljstyle: 0.17.642 # Cljstyle
25-
clj-kondo: 2025.07.28 # Clj-kondo
25+
clj-kondo: 2025.09.22 # Clj-kondo
2626

2727
- name: "Lint Clojure"
2828
run: clj-kondo --lint deps.edn --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'

.github/workflows/scheduled-stale-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: echo "🐧 Job running on ${{ runner.os }} server"
2323
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
2424

25-
- uses: actions/stale@v9
25+
- uses: actions/stale@v10
2626
with:
2727
stale-issue-message: "After 30 days with no activity, the issue was automatically marked stale. Remove stale label or add a comment to prevent the issue being closed in 5 days."
2828
stale-pr-message: "After 45 days with no activity, the Pull Request was automatically marked stale. Remove stale label or comment to prevent the PR being closed in 10 days."

CHANGELOG.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#+TITLE: Changelog
22

33
* Unreleased
4+
** Updated
5+
- dev: update github actions to latest versions
46

57
* 2025-09-03
68
** Added

0 commit comments

Comments
 (0)