Skip to content

Commit

Permalink
Merge branch 'master' into pethers-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pethers authored Nov 20, 2024
2 parents 5f72b08 + ae2a47a commit 93d726a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
fetch-depth: 2
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@e6d0a8bcd744a15c35296f51478cd96fcbdada13 # master
uses: bridgecrewio/checkov-action@6fe02213c515948c8da243a6554a3bff49129295 # master
with:
file: cia-dist-cloudformation/src/main/resources/cia-dist-cloudformation.json
skip_check: CKV_AWS_111,CKV_AWS_109,CKV_AWS_149,CKV_AWS_364,CKV_AWS_161,CKV_AWS_118,CKV_AWS_111
Expand Down
2 changes: 1 addition & 1 deletion jms-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.35.1</version>
<version>2.36.0</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
Expand Down

0 comments on commit 93d726a

Please sign in to comment.