Skip to content

Commit

Permalink
Merge branch 'main' into outputfile-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi authored Jan 1, 2024
2 parents 001b669 + 5b22cca commit ef6088f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frogbot-scan-and-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# The repository scanning will be triggered periodically on the following branches.
branch: [ "dev" ]
branch: [ "main" ]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -39,4 +39,4 @@ jobs:

# [Mandatory]
# The GitHub token automatically generated for the job
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</description>

<properties>
<!-- CAUTION: Modifying the Maven version may cause disruptions for numerous users. Avoid altering it. -->
<maven.min.version>3.6.3</maven.min.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
Expand Down

0 comments on commit ef6088f

Please sign in to comment.