Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/bcgov-nr/action-de…
Browse files Browse the repository at this point in the history
…ployer-openshift-1.1.1
  • Loading branch information
tobiasmllr authored Dec 1, 2023
2 parents 57059ec + 5b9f486 commit 975f36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: PR Greeting
uses: bcgov-nr/action-pr-description-add@v0.0.2
uses: bcgov-nr/action-pr-description-add@v1.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_markdown: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.9.2
uses: aquasecurity/trivy-action@0.11.2
with:
format: "sarif"
output: "trivy-results.sarif"
Expand Down

0 comments on commit 975f36a

Please sign in to comment.