forked from treasure-data/embulk-input-marketo
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
403 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
version: 2 | ||
updates: | ||
# Enable workflow version updates for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: "CodeQL SAST" | ||
|
||
on: | ||
push: | ||
branches: [master] | ||
pull_request: | ||
branches: [master] | ||
schedule: | ||
- cron: '0 0 1 * *' | ||
|
||
jobs: | ||
analyze: | ||
name: Analyze | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
language: [java] | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v2 | ||
with: | ||
languages: ${{ matrix.language }} | ||
|
||
- name: Autobuild | ||
uses: github/codeql-action/autobuild@v2 | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# This is a Gradle generated file for dependency locking. | ||
# Manual edits can break the build and are not advised. | ||
# This file is expected to be part of source control. | ||
com.fasterxml.jackson.core:jackson-annotations:2.6.7 | ||
com.fasterxml.jackson.core:jackson-core:2.6.7 | ||
com.fasterxml.jackson.core:jackson-databind:2.6.7 | ||
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7 | ||
com.google.code.findbugs:annotations:3.0.1 | ||
com.google.code.findbugs:jsr305:3.0.1 | ||
com.google.guava:guava:18.0 | ||
com.sun.xml.bind:jaxb-core:2.2.11 | ||
com.sun.xml.bind:jaxb-impl:2.2.11 | ||
commons-beanutils:commons-beanutils-core:1.8.3 | ||
javax.activation:activation:1.1.1 | ||
javax.validation:validation-api:1.1.0.Final | ||
javax.xml.bind:jaxb-api:2.2.11 | ||
net.jcip:jcip-annotations:1.0 | ||
org.apache.bval:bval-core:0.5 | ||
org.apache.bval:bval-jsr303:0.5 | ||
org.apache.commons:commons-lang3:3.12.0 | ||
org.eclipse.jetty:jetty-client:9.4.51.v20230217 | ||
org.eclipse.jetty:jetty-http:9.4.51.v20230217 | ||
org.eclipse.jetty:jetty-io:9.4.51.v20230217 | ||
org.eclipse.jetty:jetty-util:9.4.51.v20230217 | ||
org.embulk:embulk-api:0.10.29 | ||
org.embulk:embulk-base-restclient:0.10.1 | ||
org.embulk:embulk-spi:0.10.29 | ||
org.embulk:embulk-util-config:0.3.2 | ||
org.embulk:embulk-util-file:0.1.3 | ||
org.embulk:embulk-util-json:0.1.1 | ||
org.embulk:embulk-util-retryhelper-jetty94:0.9.0 | ||
org.embulk:embulk-util-retryhelper:0.9.0 | ||
org.embulk:embulk-util-text:0.1.1 | ||
org.embulk:embulk-util-timestamp:0.2.1 | ||
org.msgpack:msgpack-core:0.8.11 | ||
org.slf4j:slf4j-api:1.7.30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#Mon Mar 27 16:55:11 ICT 2021 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.4-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,4 +100,4 @@ exit /b 1 | |
:mainEnd | ||
if "%OS%"=="Windows_NT" endlocal | ||
|
||
:omega | ||
:omega |
Oops, something went wrong.