Skip to content

Commit

Permalink
Merge pull request #7 from wearefrank/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b-actions-017ce0179e

build(dependencies): bump the github-actions group across 1 directory with 3 updates
  • Loading branch information
philipsens authored Oct 22, 2024
2 parents 228b4c6 + 0a5b7cf commit 4a83b01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-ff-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
bump-ff-version:
uses: wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml@5f916d5599b9023e0dde73638984a8a58615d2c0 # 1.0.9
uses: wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml@5abb5d1df24669c4c4ef75093bb83161c359c66e # 1.0.10
secrets:
token: ${{ secrets.WEAREFRANK_BOT_PAT }}
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

- name: Next Reference
id: reference
uses: wearefrank/ci-cd-templates/next-reference@5f916d5599b9023e0dde73638984a8a58615d2c0 #1.0.9
uses: wearefrank/ci-cd-templates/next-reference@5abb5d1df24669c4c4ef75093bb83161c359c66e #1.0.10

ci:
uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@5f916d5599b9023e0dde73638984a8a58615d2c0 #1.0.9
uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@5abb5d1df24669c4c4ef75093bb83161c359c66e #1.0.10
needs:
- version-next
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 #v3.6.0
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da #v3.7.0
with:
cosign-release: 'v2.2.4'

# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GH_TOKEN: ${{ secrets.WEAREFRANK_BOT_PAT }}

ci:
uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@5f916d5599b9023e0dde73638984a8a58615d2c0 #1.0.9
uses: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml@5abb5d1df24669c4c4ef75093bb83161c359c66e #1.0.10
needs: analyze-commits
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
GH_TOKEN: ${{ secrets.WEAREFRANK_BOT_PAT }}

docker-release:
uses: wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml@5f916d5599b9023e0dde73638984a8a58615d2c0 #1.0.9
uses: wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml@5abb5d1df24669c4c4ef75093bb83161c359c66e #1.0.10
needs:
- analyze-commits
- release
Expand All @@ -110,4 +110,4 @@ jobs:
- release
# Set to true to enable Docusaurus publishing to GitHub Pages
if: false
uses: wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml@5f916d5599b9023e0dde73638984a8a58615d2c0 #1.0.9
uses: wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml@5abb5d1df24669c4c4ef75093bb83161c359c66e #1.0.10

0 comments on commit 4a83b01

Please sign in to comment.