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.
1 parent 3bdbc92 commit fe749acCopy full SHA for fe749ac
.github/workflows/build-docker.yml
@@ -40,7 +40,7 @@ jobs:
40
base-image: library/nginx:mainline-alpine
41
image: ${{ steps.variables.outputs.image }}
42
- name: Checkout
43
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
44
if: ${{ steps.update.outputs.needs-updating == 'true' }}
45
- name: Setup QEMU
46
uses: docker/setup-qemu-action@v2
.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
37
38
steps:
39
- name: Checkout repository
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
0 commit comments