diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 908311c..175c2b9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ on: # yamllint disable-line rule:truthy # │ │ │ │ │ # │ │ │ │ │ # * * * * * - - cron: '24 19 * * 3' + - cron: "24 19 * * 3" jobs: analyze: @@ -68,7 +68,7 @@ jobs: # yamllint enable rule:line-length steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 527cd50..eda33e4 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -18,7 +18,7 @@ jobs: name: "Build Docker images" runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/dotnet-coverage.yml b/.github/workflows/dotnet-coverage.yml index 2a9cd30..78e2164 100644 --- a/.github/workflows/dotnet-coverage.yml +++ b/.github/workflows/dotnet-coverage.yml @@ -23,7 +23,7 @@ jobs: os: ["windows-2025"] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup .NET uses: actions/setup-dotnet@v5 with: diff --git a/.github/workflows/dotnet-lint.yml b/.github/workflows/dotnet-lint.yml index b3dd529..4831068 100644 --- a/.github/workflows/dotnet-lint.yml +++ b/.github/workflows/dotnet-lint.yml @@ -24,7 +24,7 @@ jobs: dotnet-version: [9.0.x, 10.0.x] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup .NET ${{ matrix.dotnet-version }} uses: actions/setup-dotnet@v5 with: diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index e9319b9..817b489 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -24,7 +24,7 @@ jobs: dotnet-version: [9.0.x, 10.0.x] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup .NET ${{ matrix.dotnet-version }} uses: actions/setup-dotnet@v5 with: diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 96b915e..9671a2d 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -21,7 +21,7 @@ jobs: name: gitleaks runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 - uses: gitleaks/gitleaks-action@bf2dc8e55639c1e091e9b45970152e4313705814 diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index fc1bde8..8cf3aad 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 856bd00..c3b8a8e 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -26,7 +26,7 @@ jobs: java-version: 21 # Alternative distribution options are available. distribution: "temurin" - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: # Shallow clones should be disabled for a better relevancy of analysis fetch-depth: 0 diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 290cfa4..8b1e5e7 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install yamllint run: pip install yamllint diff --git a/.vscode/settings.json b/.vscode/settings.json index 1a92387..acf442e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,5 +14,7 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "omnisharp.enableEditorConfigSupport": true, - "snyk.advanced.additionalParameters": "--exclude=.trunk,coverage-report" + "snyk.advanced.additionalParameters": "--exclude=.trunk,coverage-report", + "snyk.advanced.organization": "52c13fa7-37a8-4c92-a695-3352fb0c3586", + "snyk.advanced.autoSelectOrganization": true }