Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# https://github.com/buildpacks/github-actions#setup-pack-cli-action
- name: Install pack
uses: buildpacks/github-actions/setup-pack@v5.9.7
uses: buildpacks/github-actions/setup-pack@v5.10.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Backend CI' step
Uses Step
uses 'buildpacks/github-actions/setup-pack' with ref 'v5.10.0', not a pinned commit hash

# Google Cloud buildpacks
# https://cloud.google.com/docs/buildpacks/builders
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# Run only for Backend
- name: Install pack
if: steps.filter.outputs.api == 'true'
uses: buildpacks/github-actions/setup-pack@v5.9.7
uses: buildpacks/github-actions/setup-pack@v5.10.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium test

Unpinned 3rd party Action 'Tests and Build CI' step
Uses Step
uses 'buildpacks/github-actions/setup-pack' with ref 'v5.10.0', not a pinned commit hash

- name: Build Express App
if: steps.filter.outputs.api == 'true'
Expand Down