diff --git a/.github/workflows/athena.yml b/.github/workflows/athena.yml index ba756d9f8e90..6bcd134f7950 100644 --- a/.github/workflows/athena.yml +++ b/.github/workflows/athena.yml @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/create-github-app-token@v2.2.1 + - uses: actions/create-github-app-token@v2.2.2 id: generate_token with: app-id: ${{ secrets.DOCS_BOT_APP_ID }} diff --git a/.github/workflows/bigquery.yml b/.github/workflows/bigquery.yml index 91486cb5a9e5..71f65bb530e6 100644 --- a/.github/workflows/bigquery.yml +++ b/.github/workflows/bigquery.yml @@ -69,7 +69,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/create-github-app-token@v2.2.1 + - uses: actions/create-github-app-token@v2.2.2 id: generate_token with: app-id: ${{ secrets.DOCS_BOT_APP_ID }} diff --git a/.github/workflows/create-rotate-key-issue.yml b/.github/workflows/create-rotate-key-issue.yml index fa1fa1b8ceae..0930abc86b78 100644 --- a/.github/workflows/create-rotate-key-issue.yml +++ b/.github/workflows/create-rotate-key-issue.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate a GitHub token - uses: actions/create-github-app-token@v2.2.1 + uses: actions/create-github-app-token@v2.2.2 id: generate_token with: app-id: ${{ secrets.SQUAWK_BOT_APP_ID }} diff --git a/.github/workflows/databricks.yml b/.github/workflows/databricks.yml index f357f20454f6..3cdefdd38a33 100644 --- a/.github/workflows/databricks.yml +++ b/.github/workflows/databricks.yml @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/create-github-app-token@v2.2.1 + - uses: actions/create-github-app-token@v2.2.2 id: generate_token with: app-id: ${{ secrets.DOCS_BOT_APP_ID }} diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index d23c83337496..08c7771d1090 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -18,7 +18,7 @@ jobs: cancel-in-progress: true if: github.event.label.name == 'docs-preview' steps: - - uses: actions/create-github-app-token@v2.2.1 + - uses: actions/create-github-app-token@v2.2.2 id: generate_token with: app-id: ${{ secrets.DOCS_BOT_APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e353d681f10..b59e4e63259b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: id-token: write runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v2.2.1 + - uses: actions/create-github-app-token@v2.2.2 id: generate_token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/snowflake.yml b/.github/workflows/snowflake.yml index 987645c8e01e..530ef27b4aa1 100644 --- a/.github/workflows/snowflake.yml +++ b/.github/workflows/snowflake.yml @@ -85,7 +85,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/create-github-app-token@v2.2.1 + - uses: actions/create-github-app-token@v2.2.2 id: generate_token with: app-id: ${{ secrets.DOCS_BOT_APP_ID }} diff --git a/.github/workflows/update-nix-flakes.yml b/.github/workflows/update-nix-flakes.yml index ab8597957767..0061a8dda69f 100644 --- a/.github/workflows/update-nix-flakes.yml +++ b/.github/workflows/update-nix-flakes.yml @@ -17,7 +17,7 @@ jobs: - name: install nix uses: DeterminateSystems/nix-installer-action@v21 - - uses: actions/create-github-app-token@v2.2.1 + - uses: actions/create-github-app-token@v2.2.2 id: generate-token with: app-id: ${{ secrets.SQUAWK_BOT_APP_ID }}