Skip to content

Commit c11639b

Browse files
Revert "Bump github/codeql-action from 4.34.1 to 4.35.0" (#1037)
Reverts #1035 Build and push docker images does not work in trunk and 24.09. I have no idea why. The error message is Error: buildx failed with: ERROR: failed to build: failed to solve: failed to resolve source metadata for docker.io/docker/dockerfile:1: failed to authorize: failed to fetch oauth token: unexpected status from POST request to https://auth.docker.io/token: 429 Too Many Requests: too many failed login attempts for username or IP address THe other actions pass, could be a temporary error, after rebuilding and failing again,I prefer to revert... to see...
1 parent 32e1c68 commit c11639b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
# Initializes the CodeQL tools for scanning.
6262
- name: Initialize CodeQL
63-
uses: github/codeql-action/init@b8bb9f28b8d3f992092362369c57161b755dea45 # v4.35.0
63+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
6464
with:
6565
languages: ${{ matrix.language }}
6666
debug: true
@@ -72,7 +72,7 @@ jobs:
7272
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7373
# If this step fails, then you should remove it and run the build manually (see below)
7474
- name: Autobuild
75-
uses: github/codeql-action/autobuild@b8bb9f28b8d3f992092362369c57161b755dea45 # v4.35.0
75+
uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
7676

7777
# ℹ️ Command-line programs to run using the OS shell.
7878
# 📚 https://git.io/JvXDl
@@ -86,4 +86,4 @@ jobs:
8686
# make release
8787

8888
- name: Perform CodeQL Analysis
89-
uses: github/codeql-action/analyze@b8bb9f28b8d3f992092362369c57161b755dea45 # v4.35.0
89+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ jobs:
103103
# Upload the results to GitHub's code scanning dashboard.
104104
- name: "Upload to code-scanning"
105105
if: ${{ !env.ACT }}
106-
uses: github/codeql-action/upload-sarif@0078ad667ef874aae3f7656634dc3654ce6ffb9a # v2.16.2
106+
uses: github/codeql-action/upload-sarif@05b1a5d28f8763fd11e77388fe57846f1ba8e766 # v2.16.2
107107
with:
108108
sarif_file: results.sarif

0 commit comments

Comments
 (0)