Skip to content

Commit

Permalink
Update ministryofjustice/hmpps-github-actions action to v1 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 03869d7 commit 6d53273
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/security_npm_dependency_reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
sarif_file: 'npm-security-check-reports.sarif'
category: npm-dependency-check
- name: process slack message results # returns SLACK_TXT
uses: ministryofjustice/hmpps-github-actions/.github/actions/slack_prepare_results@0.2 # WORKFLOW_VERSION
uses: ministryofjustice/hmpps-github-actions/.github/actions/slack_prepare_results@v1.0 # WORKFLOW_VERSION
id: slack_message_result
with:
input_file: npm-security-check-reports.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_npm_dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
security-npm-dependency-check:
name: Project security npm dependency check
# uses: ministryofjustice/hmpps-github-actions/.github/workflows/[email protected] #WORFKLOW VERSION BUMP
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_npm_dependency.yml@v0.7 #WORFKLOW VERSION
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_npm_dependency.yml@v1.0 #WORFKLOW VERSION
# uses: ./.github/workflows/security_npm_dependency_TEST.yml
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_npm_outdated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
security-npm-depencency-check:
name: Project security npm dependency check
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_npm_outdated.yml@v0.3 #WORFKLOW VERSION
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_npm_outdated.yml@v1.0 #WORFKLOW VERSION
# uses: ./.github/workflows/security_npm_outdated_TEST.yml
with:
channel_id: tmp-james-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
security-kotlin-trivy-check:
name: Project security trivy dependency check
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v0.3 #WORFKLOW VERSION
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v1.0 #WORFKLOW VERSION
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/security_veracode_pipeline_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
security-veracode-policy-check:
name: Project security veracode policy scan
# uses: ministryofjustice/james-typescript-test/.github/workflows/security_veracode_pipeline_scan_TEST.yml@main
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v0.3 #WORFKLOW VERSION
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v1.0 #WORFKLOW VERSION
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_veracode_policy_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
security-veracode-policy-check:
name: Project security veracode policy scan
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v0.3 #WORFKLOW VERSION
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v1.0 #WORFKLOW VERSION
# uses: ./.github/workflows/security_veracode_policy_scan_TEST.yml
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
Expand Down

0 comments on commit 6d53273

Please sign in to comment.