File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 uses : dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1
3434 env :
3535 # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
36- DAGGER_VERSION : 0.20.6
36+ DAGGER_VERSION : 0.20.8
3737 with :
3838 version : ${{ env.DAGGER_VERSION }}
3939 verb : call
Original file line number Diff line number Diff line change 6868
6969 # Even if we're testing we sign the images, so we can push them to production later if that's required
7070 - name : Install cosign
71- uses : sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
71+ uses : sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
7272 # See https://github.blog/security/supply-chain-security/safeguard-container-signing-capability-actions/
7373 # and https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml for more details on
7474 # how to use cosign.
@@ -127,12 +127,12 @@ jobs:
127127 persist-credentials : false
128128
129129 - name : Install Task
130- uses : go-task/setup-task@3be4020d41929789a01026e0e427a4321ce0ad44 # v2.0 .0
130+ uses : go-task/setup-task@01a4adf9db2d14c1de7a560f09170b6e0df736aa # v2.1 .0
131131
132132 - name : Install Dagger
133133 env :
134134 # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
135- DAGGER_VERSION : 0.20.6
135+ DAGGER_VERSION : 0.20.8
136136 run : |
137137 curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
138138
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ jobs:
3939 uses : dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1
4040 env :
4141 # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
42- DAGGER_VERSION : 0.20.6
42+ DAGGER_VERSION : 0.20.8
4343 with :
4444 version : ${{ env.DAGGER_VERSION }}
4545 verb : call
4646 module : ./dagger/maintenance/
4747 args : generate-catalogs --catalogs-dir artifacts/image-catalogs/ export --path artifacts/image-catalogs-extensions/
4848
4949 - name : Install cosign
50- uses : sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
50+ uses : sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
5151
5252 - name : Sign catalogs
5353 run : |
Original file line number Diff line number Diff line change 2828 uses : dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1
2929 env :
3030 # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
31- DAGGER_VERSION : 0.20.6
31+ DAGGER_VERSION : 0.20.8
3232 with :
3333 version : ${{ env.DAGGER_VERSION }}
3434 verb : call
6666 uses : dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1
6767 env :
6868 # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
69- DAGGER_VERSION : 0.20.6
69+ DAGGER_VERSION : 0.20.8
7070 with :
7171 version : ${{ env.DAGGER_VERSION }}
7272 verb : call
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ tasks:
207207 run : once
208208 vars :
209209 # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
210- DAGGER_ENGINE_VERSION : v0.20.6
210+ DAGGER_ENGINE_VERSION : v0.20.8
211211 cmds :
212212 - >
213213 docker run -d -v /var/lib/dagger --name {{ .DAGGER_ENGINE_NAME }} --restart always --network {{ .E2E_NETWORK }}
You can’t perform that action at this time.
0 commit comments