diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index be15306..1b20cea 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Get Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 785db52..fd1c377 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -28,7 +28,7 @@ permissions: jobs: scan: - uses: creatornader/oss-security-scan/.github/workflows/oss-security-scan.yml@v0.1.0 + uses: creatornader/oss-security-scan/.github/workflows/oss-security-scan.yml@v0.1.1 with: gitleaks-version: '8.30.1' gitleaks-config: '.gitleaks.toml'