diff --git a/.github/workflows/cve-scanning.yml b/.github/workflows/cve-scanning.yml index 294d43e..88bfbb1 100644 --- a/.github/workflows/cve-scanning.yml +++ b/.github/workflows/cve-scanning.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build project with dotnet run: dotnet build --configuration Release working-directory: 'src' diff --git a/.github/workflows/license-scanning.yml b/.github/workflows/license-scanning.yml index 4947a9c..a486b37 100644 --- a/.github/workflows/license-scanning.yml +++ b/.github/workflows/license-scanning.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build project with dotnet run: dotnet build --configuration Release working-directory: 'src' diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index a89137f..04e7a5f 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: persist-credentials: false