diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c348135..606aa4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup Project id: setup-project @@ -66,7 +66,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup Project id: setup-project diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 61b9a61..1b85d78 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ on: # runs-on: ubuntu-latest # steps: # - name: Checkout repository -# uses: actions/checkout@v4 +# uses: actions/checkout@v7 # - name: Initialize CodeQL # uses: github/codeql-action/init@v3 @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Run CodeQL Scanner uses: pixpilot/codeql-scanner@main diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 3f5e19a..9f5e5f3 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup Project id: setup-project diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7438770..b4b46c4 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -34,7 +34,7 @@ jobs: # Checkout the repository. - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0e1b21..74956fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: private-key: ${{ secrets.RELEASER_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false