Skip to content

Commit

Permalink
Merge pull request #245 from Aiven-Open/jjaakola-aiven-move-github-di…
Browse files Browse the repository at this point in the history
…rectory-to-root

chore: move .github directory to root
  • Loading branch information
nosahama authored Aug 12, 2024
2 parents 9dc93b5 + f579c4c commit f87602c
Show file tree
Hide file tree
Showing 17 changed files with 362 additions and 290 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [main]
schedule:
- cron: "42 20 * * 6"

Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down Expand Up @@ -68,12 +68,13 @@ jobs:
# make bootstrap
# make release
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin

- name: Build with Gradle
run: ./gradlew build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.3.5
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ jobs:
build:
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Setup Java SDK
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'

- name: Checkout code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_hash }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: "temurin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fi
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
Expand Down
81 changes: 0 additions & 81 deletions gcs-connector/.github/workflows/codeql-analysis.yml

This file was deleted.

This file was deleted.

63 changes: 0 additions & 63 deletions gcs-connector/.github/workflows/release_pr_workflow.yml

This file was deleted.

Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit f87602c

Please sign in to comment.