diff --git a/.github/workflows/af-demo-berv-1.yml b/.github/workflows/af-demo-berv-1.yml index 9a364a4..69310f3 100644 --- a/.github/workflows/af-demo-berv-1.yml +++ b/.github/workflows/af-demo-berv-1.yml @@ -13,7 +13,7 @@ jobs: build-and-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup .NET Core uses: actions/setup-dotnet@v5 with: diff --git a/.github/workflows/azure-static-web-apps-brave-river-04f058b00.yml b/.github/workflows/azure-static-web-apps-brave-river-04f058b00.yml index 3eacd3a..920b0e9 100644 --- a/.github/workflows/azure-static-web-apps-brave-river-04f058b00.yml +++ b/.github/workflows/azure-static-web-apps-brave-river-04f058b00.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true - name: Build And Deploy diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c68ad50..d4f011a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL