Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CyberFlameGO/ServerHelper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: NCEAHelp/ServerHelper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 3, 2022

  1. Bump JetBrains/qodana-action

    Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from da4702ff57418136ee16447eac8a54feb1b0afde to 2022.2.1. This release includes the previously tagged commit.
    - [Release notes](https://github.com/JetBrains/qodana-action/releases)
    - [Commits](JetBrains/qodana-action@da4702f...ab69549)
    
    ---
    updated-dependencies:
    - dependency-name: JetBrains/qodana-action
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 3, 2022
    Copy the full SHA
    ddfba5d View commit details
  2. Merge pull request #6 from NCEAHelp/dependabot/github_actions/JetBrai…

    …ns/qodana-action-ab695492d98902c49b33382782175107ec63ca28
    CyberFlameGO authored Aug 3, 2022
    Copy the full SHA
    55a2692 View commit details

Commits on Dec 9, 2022

  1. Bump annotations from 23.0.0 to 23.1.0

    Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.0.0 to 23.1.0.
    - [Release notes](https://github.com/JetBrains/java-annotations/releases)
    - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
    - [Commits](JetBrains/java-annotations@23.0.0...23.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains:annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 9, 2022
    Copy the full SHA
    ce79617 View commit details

Commits on Dec 10, 2022

  1. Copy the full SHA
    e551b4d View commit details

Commits on Jan 14, 2023

  1. Copy the full SHA
    42b1b08 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/qodana.yml
  2. +1 −1 pom.xml
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
@@ -21,4 +21,4 @@ jobs:

- uses: actions/checkout@v3
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@da4702ff57418136ee16447eac8a54feb1b0afde
uses: JetBrains/qodana-action@ab695492d98902c49b33382782175107ec63ca28
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
<version>23.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>