Skip to content

Commit bba8c6c

Browse files
dev: update dependencies in all ci worlflows
1 parent f493a1f commit bba8c6c

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/backstage-validator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
backstage-validator:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
18-
- uses: RoadieHQ/backstage-entity-validator@v0.5.0
17+
- uses: actions/checkout@v7
18+
- uses: RoadieHQ/backstage-entity-validator@v0.6.0
1919
with:
2020
path: ".backstage/*.yaml"

.github/workflows/changelog-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
1717

1818
- name: Checkout Code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222
sparse-checkout: |

.github/workflows/megalinter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Git Checkout
3030
- name: Checkout Code
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v7
3232
with:
3333
token: "${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
3434
fetch-depth: 0
@@ -42,7 +42,7 @@ jobs:
4242
- name: MegaLinter Run
4343
id: ml
4444
## latest release of major version
45-
uses: oxsecurity/megalinter/flavors/java@v8
45+
uses: oxsecurity/megalinter/flavors/java@v9
4646
env:
4747
# ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
4848
MEGALINTER_CONFIG: .github/config/megalinter.yaml
@@ -55,7 +55,7 @@ jobs:
5555
# Upload MegaLinter artifacts
5656
- name: Archive production artifacts
5757
if: ${{ success() }} || ${{ failure() }}
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v7
5959
with:
6060
name: MegaLinter reports
6161
path: |

.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.'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
3333

3434
- name: "Checkout code"
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v7
3636
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
3737

3838
- name: "Antq Check versions"

0 commit comments

Comments
 (0)