diff --git a/.github/workflows/AutoUpdateBootstrap.yml b/.github/workflows/AutoUpdateBootstrap.yml index 6c9a0ab8..7e559aba 100644 --- a/.github/workflows/AutoUpdateBootstrap.yml +++ b/.github/workflows/AutoUpdateBootstrap.yml @@ -35,7 +35,7 @@ jobs: token: ${{ env.AWS_SECRET_TOKEN }} - name: Setup .NET - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: '8.0.x' diff --git a/.github/workflows/DetectDocGeneratorChanges.yml b/.github/workflows/DetectDocGeneratorChanges.yml index cbac2c97..c35475cf 100644 --- a/.github/workflows/DetectDocGeneratorChanges.yml +++ b/.github/workflows/DetectDocGeneratorChanges.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: '0' - name: Setup .NET 10.0 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 10.0.x - name: Restore dependencies diff --git a/.github/workflows/DetectRestAPIClientChanges.yml b/.github/workflows/DetectRestAPIClientChanges.yml index ddbe1b74..999ac3a3 100644 --- a/.github/workflows/DetectRestAPIClientChanges.yml +++ b/.github/workflows/DetectRestAPIClientChanges.yml @@ -10,7 +10,7 @@ jobs: with: fetch-depth: '0' - name: Setup .NET 10.0 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 10.0.x - name: Restore dependencies diff --git a/.github/workflows/UploadDockerImage.yml b/.github/workflows/UploadDockerImage.yml index 6dba6cd0..99cbff0d 100644 --- a/.github/workflows/UploadDockerImage.yml +++ b/.github/workflows/UploadDockerImage.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Setup .NET 8 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 8.0.x diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index b96b7a34..c90d79b7 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -44,7 +44,7 @@ jobs: token: ${{ env.AWS_SECRET_TOKEN }} # Install .NET8 which is needed for AutoVer - name: Setup .NET 8.0 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 8.0.x # Install AutoVer to automate versioning and changelog creation diff --git a/.github/workflows/doc-builder.yml b/.github/workflows/doc-builder.yml index 8f5013b5..965b67c8 100644 --- a/.github/workflows/doc-builder.yml +++ b/.github/workflows/doc-builder.yml @@ -27,7 +27,7 @@ jobs: with: python-version: 3.x - name: Setup .NET 10 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 10.0.x - run: pip install mkdocs-material==8.2.9 diff --git a/.github/workflows/semgrep-analysis.yml b/.github/workflows/semgrep-analysis.yml index 748af98a..c91a6f2b 100644 --- a/.github/workflows/semgrep-analysis.yml +++ b/.github/workflows/semgrep-analysis.yml @@ -33,7 +33,7 @@ jobs: p/owasp-top-ten - name: Upload SARIF file for GitHub Advanced Security Dashboard - uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 #v4.31.7 + uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 #v4.31.10 with: sarif_file: semgrep.sarif if: always() diff --git a/.github/workflows/stale_issues.yml b/.github/workflows/stale_issues.yml index e9ae5267..54e39958 100644 --- a/.github/workflows/stale_issues.yml +++ b/.github/workflows/stale_issues.yml @@ -14,7 +14,7 @@ jobs: name: Stale issue job runs-on: ubuntu-latest steps: - - uses: aws-actions/stale-issue-cleanup@5650b49bcd757a078f6ca06c373d7807b773f9bc #v7.1.0 + - uses: aws-actions/stale-issue-cleanup@0604f2edf84a3a66bc0dfb4a30eb07814cbdf440 #v7.1.1 with: # Setting messages to an empty string will cause the automation to skip # that category diff --git a/.github/workflows/sync-main-dev.yml b/.github/workflows/sync-main-dev.yml index 66013784..0c47742f 100644 --- a/.github/workflows/sync-main-dev.yml +++ b/.github/workflows/sync-main-dev.yml @@ -46,7 +46,7 @@ jobs: token: ${{ env.AWS_SECRET_TOKEN }} # Install .NET8 which is needed for AutoVer - name: Setup .NET 8.0 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 8.0.x # Install AutoVer which is needed to retrieve information about the current release. @@ -112,7 +112,7 @@ jobs: fetch-depth: 0 # Install .NET8 which is needed for AutoVer - name: Setup .NET 8.0 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #v5.0.1 + uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 #v5.1.0 with: dotnet-version: 8.0.x # Install AutoVer which is needed to retrieve information about the current release.