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 4663110 commit 03048f4Copy full SHA for 03048f4
.github/workflows/docker-ci.yml
@@ -36,7 +36,7 @@ jobs:
36
matrix: ${{ steps.set-matrix.outputs.matrix }}
37
has_apps: ${{ steps.set-matrix.outputs.has_apps }}
38
steps:
39
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
40
with: { fetch-depth: 0 }
41
- id: set-matrix
42
shell: bash
@@ -97,7 +97,7 @@ jobs:
97
fail-fast: false
98
matrix: ${{ fromJson(needs.detect.outputs.matrix) }}
99
100
101
102
- name: Assert matrix.app not empty
103
run: |
0 commit comments