diff --git a/.github/workflows/google-java-format.yml b/.github/workflows/google-java-format.yml index 92afa87..d718956 100644 --- a/.github/workflows/google-java-format.yml +++ b/.github/workflows/google-java-format.yml @@ -16,7 +16,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Set up JDK 21 uses: actions/setup-java@v5.3.0 with: diff --git a/.github/workflows/shiftleft-analysis.yml b/.github/workflows/shiftleft-analysis.yml index e71402f..b348a32 100644 --- a/.github/workflows/shiftleft-analysis.yml +++ b/.github/workflows/shiftleft-analysis.yml @@ -23,7 +23,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 # Instructions # 1. Setup JDK, Node.js, Python etc depending on your project type # 2. Compile or build the project before invoking scan