We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1474e46 + a36192f commit e30c924Copy full SHA for e30c924
3 files changed
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/docker-publish.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
.github/workflows/dotnet.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v4
18
with:
0 commit comments