diff --git a/.github/workflows/google-java-format.yml b/.github/workflows/google-java-format.yml index cd22473..e78d611 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.2 + - uses: actions/checkout@v6.0.3 - name: Set up JDK 21 uses: actions/setup-java@v5.2.0 with: diff --git a/.github/workflows/shiftleft-analysis.yml b/.github/workflows/shiftleft-analysis.yml index 9685494..e71402f 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.2 + - uses: actions/checkout@v6.0.3 # Instructions # 1. Setup JDK, Node.js, Python etc depending on your project type # 2. Compile or build the project before invoking scan