diff --git a/.github/workflows/checkstyle.yml b/.github/workflows/checkstyle.yml index 762284a..c009967 100644 --- a/.github/workflows/checkstyle.yml +++ b/.github/workflows/checkstyle.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Run check style uses: dbelyaev/action-checkstyle@v3 with: diff --git a/.github/workflows/shiftleft-analysis.yml b/.github/workflows/shiftleft-analysis.yml index 1633d58..9685494 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.1 + - uses: actions/checkout@v6.0.2 # Instructions # 1. Setup JDK, Node.js, Python etc depending on your project type # 2. Compile or build the project before invoking scan