diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d416599..39271dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - uses: actions/checkout@v3 @@ -66,7 +66,7 @@ jobs: export_default_credentials: true - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a215219..55c7349 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,7 +29,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -40,7 +40,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -54,4 +54,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/staging_multitenant.yaml b/.github/workflows/staging_multitenant.yaml index e84d0fd..46d0c44 100644 --- a/.github/workflows/staging_multitenant.yaml +++ b/.github/workflows/staging_multitenant.yaml @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v3 - id: "auth" - uses: "google-github-actions/auth@v0" + uses: "google-github-actions/auth@v2" with: credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }} @@ -100,7 +100,7 @@ jobs: uses: actions/checkout@v3 - id: "auth" - uses: "google-github-actions/auth@v0" + uses: "google-github-actions/auth@v2" with: credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}