Skip to content

Commit ac7a001

Browse files
authored
Merge pull request #155 from pi-hole/dependabot/github_actions/master/github_action-dependencies-9a1c7410c5
Bump docker/github-builder/.github/workflows/build.yml from 1.5.0 to 1.6.0 in the github_action-dependencies group across 1 directory
2 parents 2eda906 + cf3062e commit ac7a001

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ftl-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "Exposing env vars for reusable workflow"
4848

4949
build-and-test:
50-
uses: docker/github-builder/.github/workflows/build.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c #v1.5.0
50+
uses: docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d #v1.6.0
5151
needs:
5252
- smoke-tests
5353
permissions:
@@ -70,7 +70,7 @@ jobs:
7070
build-and-push:
7171
if: needs.smoke-tests.outputs.DO_DEPLOY == 'true'
7272
needs: [smoke-tests, build-and-test]
73-
uses: docker/github-builder/.github/workflows/build.yml@2497a7d1e7d8683af4949c9d6d62012bc16ed59c #v1.5.0
73+
uses: docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d #v1.6.0
7474
permissions:
7575
contents: read # same as global permissions
7676
id-token: write # for signing attestation(s) with GitHub OIDC Token

0 commit comments

Comments
 (0)