Skip to content

Commit

Permalink
Merge branch 'main' into git-storage-option
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaguereca committed Sep 24, 2024
2 parents 9867a30 + 7b43293 commit 71e3ed6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Initialize CodeQL
if: matrix.runner-os == 'ubuntu-latest'
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: 'csharp'
config-file: ./.github/codeql/codeql-config.yml
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
path: code-coverage-results.md

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
if: matrix.runner-os == 'ubuntu-latest'

upload-event-file:
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
CLI_VERSION: ${{ github.ref }}

- name: Create gh-gei Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: ./RELEASENOTES.md
files: |
Expand All @@ -331,7 +331,7 @@ jobs:
./dist/osx-x64/gei-darwin-amd64
- name: Create gh-ado2gh Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: ./RELEASENOTES.md
repository: github/gh-ado2gh
Expand All @@ -343,7 +343,7 @@ jobs:
./dist/osx-x64/ado2gh-darwin-amd64
- name: Create gh-bbs2gh Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: ./RELEASENOTES.md
repository: github/gh-bbs2gh
Expand Down

0 comments on commit 71e3ed6

Please sign in to comment.