Skip to content

Commit

Permalink
Merge branch 'master' into lifecycle_hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
helayoty authored Jun 5, 2023
2 parents 7b03582 + acb2ed1 commit beaf97b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Initialize CodeQL
uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866
uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@0225834cc549ee0ca93cb085b92954821a145866
uses: github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866
uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4

2 changes: 1 addition & 1 deletion .github/workflows/pr-title-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.3.7
- uses: thehanimo/pr-title-checker@v1.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: true
Expand Down

0 comments on commit beaf97b

Please sign in to comment.