diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28449e7c..cc4631be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 @@ -45,7 +45,7 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: "🔒 Auth: Azure login with OIDC" - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: client-id: ${{ secrets.APP_ID }} tenant-id: ${{ secrets.TENANT_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f30c680c..7144c32f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: fetch-depth: 0