We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68cbd2 commit 7924143Copy full SHA for 7924143
2 files changed
.github/workflows/quality-checks-devcontainer.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: ./.github/workflows/verify_attestation.yml
31
with:
32
runtime_docker_image: "${{ inputs.runtime_docker_image }}"
33
+ source_ref: "refs/heads/main"
34
quality_checks:
35
runs-on: ubuntu-22.04
36
needs: verify_attestation
.github/workflows/verify_attestation.yml
@@ -53,7 +53,7 @@ jobs:
53
username: ${{ github.actor }}
54
password: ${{ secrets.GITHUB_TOKEN }}
55
56
- - name: Resolve digest and validate expected value
+ - name: Resolve digest
57
id: resolve
58
shell: bash
59
env:
0 commit comments