Skip to content

Commit 08a6a4b

Browse files
committed
chore: update GHCR package actions to version 2.0.5
1 parent ec116d2 commit 08a6a4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

workflow-templates/security-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- name: List GHCR packages for this repo
6262
id: ghcr
63-
uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@3e428f45132119ce49d90f3770a45d4fe1d1078d #v2.0.4
63+
uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5
6464
env:
6565
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
6666

@@ -85,7 +85,7 @@ jobs:
8585
package: ${{ fromJson(needs.debug-packages.outputs.packages) }}
8686

8787
name: "Run Security Scan (matrix)"
88-
uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@3e428f45132119ce49d90f3770a45d4fe1d1078d #v2.0.4
88+
uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5
8989
with:
9090
target: ${{ inputs.target || 'docker' }}
9191
image: ${{ format('{0}:{1}', matrix.package.path, inputs.tag || 'latest') }}
@@ -94,7 +94,7 @@ jobs:
9494
needs: debug-packages
9595
if: ${{ inputs.image != '' && inputs.image != null }}
9696
name: "Run Security Scan (single image)"
97-
uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@3e428f45132119ce49d90f3770a45d4fe1d1078d #v2.0.4
97+
uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5
9898
with:
9999
target: ${{ inputs.target || 'docker' }}
100100
image: ${{ inputs.image }}

0 commit comments

Comments
 (0)