Skip to content

Commit

Permalink
ci(detekt): fix temp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed Jan 22, 2024
1 parent 5ff6330 commit 392a0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ env:
# Release tag associated with version of Detekt to be installed
# SARIF support (required for this workflow) was introduced in Detekt v1.15.0
DETEKT_RELEASE_TAG: "1.23.4"
DETEKT_FILE_NAME: "detekt-cli-$DETEKT_VERSION-all.jar"
DETEKT_URL: "https://github.com/detekt/detekt/releases/download/v$DETEKT_VERSION/$DETEKT_FILE_NAME"
DETEKT_FILE_NAME: "detekt-cli-$DETEKT_RELEASE_TAG-all.jar"
DETEKT_URL: "https://github.com/detekt/detekt/releases/download/v$DETEKT_RELEASE_TAG/$DETEKT_FILE_NAME"
DETEKT_DIRECTORY: "/tmp/detekt_temp/lib/"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 392a0e4

Please sign in to comment.