- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
chore(deps): bump actions/checkout from 4 to 5 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Open
      
      
            dependabot
  wants to merge
  249
  commits into
  main
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
dependabot/github_actions/actions/checkout-5
  
      
      
   
  
    
  
  
  
 
  
      
    base: main
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          Conversation
  
    
      This file contains hidden or 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
    
  
  
    
    * README: Add chapter "State of this library" Related #474 * README: Add chapter "Supported Go versions" Related #290 * Go: Raise supported version to v1.18 Related #290 * Fix "package io/ioutil is deprecated: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)" * go fmt
…documentation" (#492) * README: Add chapter "State of this library" Related #474 * README: Add chapter "Supported Go versions" Related #290 * Go: Raise supported version to v1.18 Related #290 * README: Add chapter "Supported Jira versions" and "Official Jira API documentation" Related: #295 * Fix "package io/ioutil is deprecated: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)" * go fmt
Related #478
* Splitting Jira client into OnPremise and Cloud Both products look like the same, but the API differs. We split those into their own packages to make it explicit. Splitting was done by * copying the files * renaming the packages * fixing the path to mock-test-data * Fix test filenames for PermissionSchemeService * Remove legacy request with context function The function `http.NewRequestWithContext` has been added in Go 1.13. Before the release 1.13, to use Context we need create `http.Request` then use the method `WithContext` to create a new `http.Request` with Context from the existing `http.Request`. Doc: https://golang.org/doc/go1.13#net/http We don't support Go 1.13 anymore. That is why we can drop this function * Authentication transport: Split into own files * cloud/onpremise: Add basic READMEs * onpremise: fix import of onpremise package * CHANGELOG: Add chapter about how to migrate to v2 (with split clients)
…proof and configurable (#509) * Moved all Sub-Services to a common service struct * NewClient: Change order of arguments, baseUrl first, http client second * Client: Add default user agent to identify the client * addOptions: Rename opt to opts, because those can be multiple * Delete NewRawRequestWithContext, because NewRawRequest requires now a context Every time we make a request, we should deal with the context. We aim to avoid requests without any context. That is why we make this the new default * Add Client() method to get the HTTP client * Add Changelog entries and Migration entries * Delete NewRequestWithContext, because NewRequest requires now a context * Migrate Client changes from Cloud to OnPremise * Moved all Sub-Services to a common service struct * NewClient: Change order of arguments, baseUrl first, http client second * Client: Add default user agent to identify the client * addOptions: Rename opt to opts, because those can be multiple * Delete NewRawRequestWithContext, because NewRawRequest requires now a context * Add Client() method to get the HTTP client * Add Changelog entries and Migration entries * Delete NewRequestWithContext, because NewRequest requires now a context
…` requires `context` Fix #506
…uest` requires `context` Fix #506
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.8 to 0.5.9. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.5.8...v0.5.9) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* GitHub Actions: Split testing workflow into several jobs Related #484 * GitHub issues: Remove reference to github.com/go-jira/jira Initially we received a few bug tickets related to github.com/go-jira/jira. Hence we set up a config.yml to point users toward this project. We did not receive them for a while. Thats why we are removing this reference. * GitHub Actions: Rename "test and lint" to "unit tests"
…t-class-citizen Make context first class citizen: Remove "WithContext" API methods (Part 1)
CI: Update Go-Versions, fix Go-Version matrix, update staticcheck and reconfigure Pull Request Labeling
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v4.5.1...v4.5.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…b.com/golang-jwt/jwt/v4-4.5.2 chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
Remove dependency `golang.org/x/term` as it was only used in examples
CI: Switch Github action to label PRs with merge conflict
CI: Create one off label jobs to re-iterate over all PRs
Sometimes you should be concentrated
I tried to fix this automatically. It is cumbersome testing the changes. We don't adjust the label configuration often. Manual execution is fine in this case.
…marshal for addcomment method on issue service
Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/dominikh/staticcheck-action/releases) - [Changelog](https://github.com/dominikh/staticcheck-action/blob/master/CHANGES.md) - [Commits](dominikh/staticcheck-action@v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: dominikh/staticcheck-action dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ominikh/staticcheck-action-1.4.0 chore(deps): bump dominikh/staticcheck-action from 1.3.1 to 1.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
51c7813    to
    47d27a7      
    Compare
  
    
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      Labels
      
    dependencies
  Pull requests that update a dependency file 
  
    github_actions
  Pull requests that update GitHub Actions code 
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Bumps actions/checkout from 4 to 5.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)