Skip to content

Commit

Permalink
chore: pin to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Nov 7, 2024
1 parent d9d1a6f commit 072114a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/argus-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
contents: read
pull-requests: read
steps:
- uses: chanzuckerberg/github-actions/.github/actions/argus-builder/build-prep@f801d1e293e6275cc1f5c0d6061ff0e3de640589
- uses: chanzuckerberg/github-actions/.github/actions/argus-builder/build-prep@v3.4.1
id: build_prep
with:
path_filters: ${{ inputs.path_filters }}
Expand All @@ -58,7 +58,7 @@ jobs:
branches_ignore: ${{ inputs.branches_ignore }}

- uses: actions/checkout@v4
- uses: chanzuckerberg/github-actions/.github/actions/validate-json-schema@f801d1e293e6275cc1f5c0d6061ff0e3de640589
- uses: chanzuckerberg/github-actions/.github/actions/validate-json-schema@v3.4.1
name: Validate images input
with:
schema: |
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
with:
script: |
core.info(`Image to build: ${{ toJson(matrix.image) }}`);
- uses: chanzuckerberg/github-actions/.github/actions/argus-builder/docker-build@f801d1e293e6275cc1f5c0d6061ff0e3de640589
- uses: chanzuckerberg/github-actions/.github/actions/argus-builder/docker-build@v3.4.1
if: matrix.image.should_build == true
with:
image_name: ${{ matrix.image.name }}
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
console.log('Argus root dirs:', argusRootDirs);
return argusRootDirs.join(',');
- uses: chanzuckerberg/github-actions/.github/actions/argus-builder/manifest-update@0b9b41fa49ec6d64bacbeab699712434e79c3476
- uses: chanzuckerberg/github-actions/.github/actions/argus-builder/manifest-update@v3.4.1
if: steps.determine_manifests.outputs.result != ''
with:
envs: ${{ inputs.envs }}
Expand Down

0 comments on commit 072114a

Please sign in to comment.