diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f6c8d3f..3359310 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,6 @@ on: - release-* env: PRE_RELEASE: ${{ github.ref == 'refs/heads/main' && 'development' || '' }} - GO_VER: "1.26" GO_LANGCI_LINT_VER: "v2.13.1" jobs: diff --git a/.github/workflows/gitleaks.yaml b/.github/workflows/gitleaks.yaml index ee329a3..1b40a04 100644 --- a/.github/workflows/gitleaks.yaml +++ b/.github/workflows/gitleaks.yaml @@ -10,10 +10,10 @@ jobs: name: gitleaks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: gitleaks/gitleaks-action@v2 + - uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}