Skip to content

Commit

Permalink
Update time zone data to 2024bgtz
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Sep 15, 2024
1 parent e02decd commit 492e768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
mkdir -p target
- name: Initialize CodeQL
uses: github/codeql-action/init@8aff97f12c99086bdb92ff62ae06dbbcdf07941b #codeql-bundle-20221105
uses: github/codeql-action/init@8fd294e26a0e458834582b0fe4988d79966c7c0a #codeql-bundle-v2.18.4
with:
languages: java

Expand All @@ -50,7 +50,7 @@ jobs:
mvn install site -B -e -ntp
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aff97f12c99086bdb92ff62ae06dbbcdf07941b #codeql-bundle-20221105
uses: github/codeql-action/analyze@8fd294e26a0e458834582b0fe4988d79966c7c0a #codeql-bundle-v2.18.4

- name: Website
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/website') || startsWith(github.ref, 'refs/tags/v'))
Expand Down

0 comments on commit 492e768

Please sign in to comment.