Skip to content

Bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.2.1 to 5.3 #228

Bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.2.1 to 5.3

Bump org.apache.httpcomponents.client5:httpclient5-fluent from 5.2.1 to 5.3 #228

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: '0 18 * * 3'
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: java
- name: Build with Gradle
run: ./gradlew build
env:
GH_PACKAGES_READ_TOKEN: ${{ secrets.GH_PACKAGES_READ_TOKEN }}
GH_PACKAGES_WRITE_TOKEN: ${{ secrets.GH_PACKAGES_WRITE_TOKEN }}
IPREGISTRY_API_KEY: ${{ secrets.IPREGISTRY_API_KEY }}
IPREGISTRY_DATASETS_SECRET_KEY: ${{ secrets.IPREGISTRY_DATASETS_SECRET_KEY }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2