We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a78b6b + 46a21cb commit 034bfa4Copy full SHA for 034bfa4
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: Shellcheck
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- name: Run ShellCheck
15
uses: ludeeus/action-shellcheck@2.0.0
16
with:
@@ -23,7 +23,7 @@ jobs:
23
contents: read
24
25
- name: Checkout repository
26
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
27
- name: Build Docker image
28
uses: docker/build-push-action@v6
29
.github/workflows/security_scanning.yml
@@ -21,7 +21,7 @@ jobs:
21
security-events: write
22
- name: Build CI container
0 commit comments