Skip to content

Commit

Permalink
ci: update devcontainer in worflows/static-analysis (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardapeters authored Jun 18, 2024
1 parent 1d809cb commit e844dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sonar:
name: SonarCloud
runs-on: ubuntu-latest
container: ghcr.io/philips-software/amp-devcontainer-cpp:5.1.0@sha256:a57da1a07a1f29f6a6cb0715d5de37b2ee0ae9c815d1522488373ebef8c7f4e2 #5.1.0
container: ghcr.io/philips-software/amp-devcontainer-cpp:v5.1.1@sha256:457da136e67ec84fde1ab742999fa2bf2f5174353bbaf3283a7e3de2b0abdaa4 # 5.1.1
env:
SONAR_SCANNER_VERSION: 5.0.1.3006
SONAR_SERVER_URL: "https://sonarcloud.io"
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
codeql:
name: CodeQL
runs-on: ubuntu-latest
container: ghcr.io/philips-software/amp-devcontainer:v4.0.2@sha256:2d052e0bcb3840ea45aaa21ea6904f6d84b0e310c97e5690a6d48da522ec384e
container: ghcr.io/philips-software/amp-devcontainer-cpp:v5.1.1@sha256:457da136e67ec84fde1ab742999fa2bf2f5174353bbaf3283a7e3de2b0abdaa4 # 5.1.1
permissions:
security-events: write
steps:
Expand Down

0 comments on commit e844dfe

Please sign in to comment.